.find_and{
    font-family: "Arial, Helvetica, sans-serif";
}
a{
    cursor: pointer;
}

.brand-view p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
